home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / dosapps / diskedit / print_it.bat < prev    next >
Encoding:
DOS Batch File  |  1998-06-02  |  670 b   |  21 lines

  1. ECHO OFF
  2. ECHO                 DE (Disk Editor) v3.0  by  Jim Webster
  3. ECHO .
  4. ECHO     This batch file handles sending the large DOC file to the printer.
  5. ECHO It requires 46 sheets of paper, assuming a continious print-out and
  6. ECHO printing on only one side of each sheet. The file DE_MINI.DOC is a quick
  7. ECHO start DOC file, if you don't want the full DOC file yet!
  8. ECHO .
  9. ECHO To abort this batch file, press Ctrl-C and then Y.
  10. ECHO .
  11. ECHO Press any other key to continue...................
  12. PAUSE > NUL
  13. ECHO .
  14. ECHO ......... Printing DOC file for DE v3.0 ..........
  15. ECHO .
  16. ECHO ON
  17. copy DE1.DOC prn
  18. copy DE2.DOC prn
  19. copy DE3.DOC prn
  20. copy DE4.DOC prn
  21.